home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / hips / sources / scale_geom / usage.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-09-17  |  1.0 KB  |  25 lines

  1.  
  2.  
  3. static char usage[] = "\
  4. Usage: scale_geom [options]\n\
  5. -s %d%d%d%d     source box (row col #rows #cols)\n\
  6. -dc %d         number of cols in destination file (default = source size) \n\
  7. -dr %d         number of rows in the destination file  \n\
  8. -d %d%d     number of cols, rows in file dest file \n\
  9. -filt %s[%s     filter name in x and y (default=triangle)\n\
  10.                         \"-filt '?'\" prints a filter catalog\n\
  11. -supp %f[%f     filter support radius\n\
  12. -blur %f[%f     blur factor: >1 is blurry, <1 is sharp\n\
  13. -window %s[%s   window an IIR filter (default=blackman)\n\
  14. -debug %d       print filter coefficients\n\
  15. -xy             filter x before y\n\
  16. -yx             filter y before x\n\
  17. -2              output image is 2 times the size of the input image\n\
  18. -3              output image is 3 times the size of the input image\n\
  19. -plain          disable filter coercion\n\
  20. -keep0          keep zeros in xfilter\n\
  21. Where %d denotes integer, %f denotes float, %s denotes string,\n\
  22. and '[' marks optional following args\n\
  23. ";
  24.  
  25.